Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PdfEnum<TEnum> Structure / PdfEnum<TEnum> Constructor / PdfEnum<TEnum> Constructor(TEnum)
The TEnum value.

In This Topic
    PdfEnum<TEnum> Constructor(TEnum)
    In This Topic
    Initializes a new instance of the PdfEnum<TEnum> struct using a TEnum value.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As TEnum _
    )
    public PdfEnum<TEnum>( 
       TEnum value
    )

    Parameters

    value
    The TEnum value.
    See Also